golang.org/x/sys/unix.fileHandle.Bytes (field)
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2242: Bytes uint32
syscall_linux.go#L2260: fh.Bytes = uint32(len(handle))
syscall_linux.go#L2264: func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) }
syscall_linux.go#L2285: fh.Bytes = size - uint32(unsafe.Sizeof(fileHandle{}))
syscall_linux.go#L2293: size = fh.Bytes + uint32(unsafe.Sizeof(fileHandle{}))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)